projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5b8956
)
Dropped defined() for readability
author
scherek
<scherek@outlook.com>
Sat, 12 Jun 2021 17:10:11 +0000
(19:10 +0200)
committer
scherek
<scherek@outlook.com>
Sat, 12 Jun 2021 17:10:11 +0000
(19:10 +0200)
gtk/gtkpopcountprivate.h
patch
|
blob
|
history
diff --git
a/gtk/gtkpopcountprivate.h
b/gtk/gtkpopcountprivate.h
index 38c4d6f95e670e2981ede9b63833395635d9f2c0..e0eeb3fdf873f46f39abb3a035990ec22eb7cfe7 100644
(file)
--- a/
gtk/gtkpopcountprivate.h
+++ b/
gtk/gtkpopcountprivate.h
@@
-20,7
+20,7
@@
#pragma once
-#if
defined(_MSC_VER) && !defined(_M_ARM) && !defined(_M_ARM64) && defined(__AVX__) || defined(__SSE4_2__) || defined(
__POPCNT__)
+#if
(_MSC_VER && !_M_ARM && !_M_ARM64) && (__AVX__ || __SSE4_2__ ||
__POPCNT__)
#include <intrin.h>
static inline guint